home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Super Platinum 8
/
Shareware Super Platinum 8.iso
/
mac
/
WIN_PRO
/
DS-1.ZIP;1
/
CONFIG.ZIP
/
ITEST.CMD
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-04-28
|
314 b
|
18 lines
@echo off
icont -s %1
@echo Executing %1
if not exist %1.dat goto skip1
iconx -e - %1 <%1.dat >%1.out
goto comp
:skip1
iconx -e - %1 >%1.out
:comp
compare %1.out stand\%1.out -t -w -l %1.dif
type %1.dif
erase local\%1.out
erase local\%1.dif
copy %1.out local
copy %1.dif local
erase %1.*
@echo on